#newslist{
	padding-top: 50px;
}
#newslist .list{
	overflow: hidden;
	padding: 15px;
	display: inline-block;
	width: calc((100%/3) - 35px);
	vertical-align: top;
}
#newslist .list .photo{
}
#newslist .list .photo a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#newslist .list .photo a img{
	width:100%;
}
#newslist .list .news-info{margin-top: 10px;}
#newslist .list .news-info h3{
	font-size:20px;
	padding: 10px 0 15px;
}
#newslist .list .news-info h3 a{
	color: #464949;
	display: block;
	height: 29px;
	overflow: hidden;
}
#newslist .list .news-info p{
	font-size: 12px;
    color: #797a7a;
	line-height: 110%;
}
#newslist .list .news-info p b{
	color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	background: #e11415;
	border-radius: 5px;
	display: inline-block;
}
#newslist .list .news-info p.cacolor2 b{
	background:#1f562e;
}
#newslist .list .news-info article{
	color: #626262;
	font-size:14px;
	max-height: 88px;
	overflow: hidden;
	display: none;
}
.content-main >h2{
    margin-bottom: 0;	
}
/******detail*******/
.info-cate-detail{
    text-align: right;
    font-size: 12px;
    margin: 20px 0;
}
.info-cate-detail li{
    color: #969696;
    line-height: 150%;
}
.info-cate-detail li.date{
    color: #969696;
    text-align: right;
    font-size: 12px;
}

#newslist-article .news-img{
	text-align:center;
	margin-bottom: 15px;
}
#newslist-article .news-img img,
#newslist-article article img{
	max-width:100%;
}
.wrapper #content section .artivle-content .bigtitle i{
	margin-left: 10px;
}
#newslist-article .news-detail #pagenav{
	padding-top:50px;
}
@media screen and (max-width: 1440px) {
	.content-main{
		padding: 47px 47px;	
	}
}
@media screen and (max-width: 1240px) {
	#newslist .list{
	width: calc(50% - 35px);
	}
	#newslist .list .news-info{
	}
}
@media screen and (max-width: 980px) {
	.content-main{
		padding: 30px 20px;	
	}
	.profile-head{
		display:block;
		padding: 10px 20px;	
	}
}

@media screen and (max-width: 667px) {
	#newslist .list .photo{
	}
}
@media screen and (max-width: 480px) {
	#newslist .list{
	width: calc(100% - 35px);
	}
	.content-main{padding: 10px 10px;}
}